//==============================================================================
// Priest_anim.txt
//==============================================================================
			
//==============================================================================
define heroglow
{
	set hotspot
	{
		version
		{
			Visualparticle SFX A Hero Glow Small
		}
	}
}

//==============================================================================
define Head
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				Visual Hero G Physician Head
			}
		}
	}
}

/*
//==============================================================================
define Staff
{
	set hotspot
	{
		version
		{
			Visual Special E Priest Staff
		}
	}
}
*/

//==============================================================================
anim Idle
{
	SetSelector 
	{
		set hotspot
		{
			version
			{
				Visual Hero G Physician_idleA
				Connect LEFTHAND staff hotspot
				Connect TOPOFHEAD head hotspot
			}
		}
	}
}
//==============================================================================
anim Flail
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				Visual Hero G Physician_FlailA
				Connect LEFTHAND staff hotspot
				Connect TOPOFHEAD head hotspot
			}
		}
	}
}

//==============================================================================
anim Bored
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				Visual Hero G Physician_boredA
				Connect LEFTHAND staff hotspot
				Connect TOPOFHEAD head hotspot
			}
		}
	}
}


//==============================================================================
anim RangedAttack
{
	SetSelector 
	{
		set hotspot
		{
			version
			{
				Visual Hero G Physician_idleA
				Connect LEFTHAND staff hotspot
				Connect TOPOFHEAD head hotspot
			}
		}
	}
}

//==============================================================================
anim death
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				Visual Hero G Physician_deathA
				Connect LEFTHAND staff hotspot
				Connect TOPOFHEAD head hotspot
			}
		}
	}
}

//==============================================================================
anim walk
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				Visual Hero G Physician_walkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
				tag FootstepLeft 0.75 true	
				tag FootstepRight 0.30 true	
//-- end auto generated section
				Connect LEFTHAND staff hotspot
				Connect TOPOFHEAD head hotspot
			}
		}
	}
}

//==============================================================================
anim heal
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				Visual Hero G Physician_healA
				length 4.0
//-- auto generated by the bang animation tool
//-- do not hand edit these values
					tag SpecificSoundSet 0.00 false Heal checkVisible 
//-- end auto generated section
				Connect LEFTHAND staff hotspot
				Connect TOPOFHEAD head hotspot
			}
		}
	}
}
